1 namespace QuanLyNhanSu
2 {
3     
partial class frmKiemTraHDHetHan
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmKiemTraHDHetHan));
32             
this.cbonamkt = new System.Windows.Forms.ComboBox();
33             
this.cbothangkt = new System.Windows.Forms.ComboBox();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.btnIn = new System.Windows.Forms.Button();
37             
this.cmdxem = new System.Windows.Forms.Button();
38             
this.dgv_NV_HopDong = new Telerik.WinControls.UI.RadGridView();
39             ((System.ComponentModel.ISupportInitialize)(
this.dgv_NV_HopDong)).BeginInit();
40             ((System.ComponentModel.ISupportInitialize)(
this.dgv_NV_HopDong.MasterGridViewTemplate)).BeginInit();
41             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
42             
this.SuspendLayout();
43             
//
44             
// cbonamkt
45             
//
46             
this.cbonamkt.BackColor = System.Drawing.SystemColors.ControlLightLight;
47             
this.cbonamkt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
48             
this.cbonamkt.FormattingEnabled = true;
49             
this.cbonamkt.Location = new System.Drawing.Point(402, 7);
50             
this.cbonamkt.Name = "cbonamkt";
51             
this.cbonamkt.Size = new System.Drawing.Size(57, 21);
52             
this.cbonamkt.TabIndex = 43;
53             
this.cbonamkt.SelectionChangeCommitted += new System.EventHandler(this.cbonamkt_SelectedIndexChanged);
54             
//
55             
// cbothangkt
56             
//
57             
this.cbothangkt.BackColor = System.Drawing.SystemColors.ControlLightLight;
58             
this.cbothangkt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
59             
this.cbothangkt.FormattingEnabled = true;
60             
this.cbothangkt.Location = new System.Drawing.Point(295, 7);
61             
this.cbothangkt.Name = "cbothangkt";
62             
this.cbothangkt.Size = new System.Drawing.Size(46, 21);
63             
this.cbothangkt.TabIndex = 42;
64             
//
65             
// label2
66             
//
67             
this.label2.AutoSize = true;
68             
this.label2.BackColor = System.Drawing.Color.Transparent;
69             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
70             
this.label2.Location = new System.Drawing.Point(357, 9);
71             
this.label2.Name = "label2";
72             
this.label2.Size = new System.Drawing.Size(39, 15);
73             
this.label2.TabIndex = 41;
74             
this.label2.Text = "Năm :";
75             
//
76             
// label1
77             
//
78             
this.label1.AutoSize = true;
79             
this.label1.BackColor = System.Drawing.Color.Transparent;
80             
this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.label1.Location = new System.Drawing.Point(240, 9);
82             
this.label1.Name = "label1";
83             
this.label1.Size = new System.Drawing.Size(49, 15);
84             
this.label1.TabIndex = 40;
85             
this.label1.Text = "Tháng :";
86             
//
87             
// btnIn
88             
//
89             
this.btnIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.btnIn.Image = ((System.Drawing.Image)(resources.GetObject("btnIn.Image")));
91             
this.btnIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
92             
this.btnIn.Location = new System.Drawing.Point(358, 199);
93             
this.btnIn.Name = "btnIn";
94             
this.btnIn.Size = new System.Drawing.Size(73, 30);
95             
this.btnIn.TabIndex = 46;
96             
this.btnIn.Text = "In";
97             
this.btnIn.UseVisualStyleBackColor = true;
98             
this.btnIn.Click += new System.EventHandler(this.btnIn_Click);
99             
//
100             
// cmdxem
101             
//
102             
this.cmdxem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
103             
this.cmdxem.Image = ((System.Drawing.Image)(resources.GetObject("cmdxem.Image")));
104             
this.cmdxem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
105             
this.cmdxem.Location = new System.Drawing.Point(279, 199);
106             
this.cmdxem.Name = "cmdxem";
107             
this.cmdxem.Size = new System.Drawing.Size(73, 30);
108             
this.cmdxem.TabIndex = 45;
109             
this.cmdxem.Text = "Xem";
110             
this.cmdxem.UseVisualStyleBackColor = true;
111             
this.cmdxem.Click += new System.EventHandler(this.cmdxem_Click);
112             
//
113             
// dgv_NV_HopDong
114             
//
115             
this.dgv_NV_HopDong.Location = new System.Drawing.Point(12, 38);
116             
//
117             
//
118             
//
119             
this.dgv_NV_HopDong.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
120             
this.dgv_NV_HopDong.MasterGridViewTemplate.EnableGrouping = false;
121             
this.dgv_NV_HopDong.Name = "dgv_NV_HopDong";
122             
this.dgv_NV_HopDong.ReadOnly = true;
123             
this.dgv_NV_HopDong.Size = new System.Drawing.Size(640, 150);
124             
this.dgv_NV_HopDong.TabIndex = 47;
125             
//
126             
// frmKiemTraHDHetHan
127             
//
128             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
129             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130             
this.ClientSize = new System.Drawing.Size(664, 244);
131             
this.Controls.Add(this.dgv_NV_HopDong);
132             
this.Controls.Add(this.btnIn);
133             
this.Controls.Add(this.cmdxem);
134             
this.Controls.Add(this.cbonamkt);
135             
this.Controls.Add(this.cbothangkt);
136             
this.Controls.Add(this.label2);
137             
this.Controls.Add(this.label1);
138             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
139             
this.MaximizeBox = false;
140             
this.MinimizeBox = false;
141             
this.Name = "frmKiemTraHDHetHan";
142             
this.Text = "Kiểm tra danh sách hợp đồng hết hạn";
143             
this.ThemeName = "ControlDefault";
144             
this.Load += new System.EventHandler(this.frmKiemTraHDHetHan_Load);
145             ((System.ComponentModel.ISupportInitialize)(
this.dgv_NV_HopDong.MasterGridViewTemplate)).EndInit();
146             ((System.ComponentModel.ISupportInitialize)(
this.dgv_NV_HopDong)).EndInit();
147             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
148             
this.ResumeLayout(false);
149             
this.PerformLayout();
150
151         }
152
153         
#endregion
154
155         
private System.Windows.Forms.Button btnIn;
156         
private System.Windows.Forms.Button cmdxem;
157         
private System.Windows.Forms.Label label2;
158         
private System.Windows.Forms.Label label1;
159         
private Telerik.WinControls.UI.RadGridView dgv_NV_HopDong;
160         
public System.Windows.Forms.ComboBox cbonamkt;
161         
public System.Windows.Forms.ComboBox cbothangkt;
162     }
163 }



Quản lý nhân sự công ty bằng c# _ full source code 60.352 lượt xem

Gõ tìm kiếm nhanh...